home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / asnqfile.z / asnqfile
Encoding:
Text File  |  2002-10-03  |  3.3 KB  |  68 lines

  1. ASNQFILE(3F)                                          Last changed: 1-22-99
  2.  
  3.  
  4. NNAAMMEE
  5.      AASSNNQQFFIILLEE, AASSNNQQUUNNIITT - Returns the aassssiiggnn options currently in effect
  6.      for a file name or unit number
  7.  
  8. SSYYNNOOPPSSIISS
  9.      CCAALLLL AASSNNQQFFIILLEE((_f_i_l_e,, _a_t_t_r,, _i_s_t_a_t))
  10.  
  11.      CCAALLLL AASSNNQQUUNNIITT((_i_u_n,, _a_t_t_r,, _i_s_t_a_t))
  12.  
  13. IIMMPPLLEEMMEENNTTAATTIIOONN
  14.      UNICOS, UNICOS/mk, and IRIX systems
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      This routine is supported on IRIX systems for programs compiled with
  18.      the MIPSpro 7 Fortran 90 compiler or compiled with the --ccrraayylliibbss
  19.      option to the MIPSpro F77 compiler.
  20.  
  21.      AASSNNQQFFIILLEE queries the aassssiiggnn environment for any aassssiiggnn options
  22.      currently in effect for a file name.  AASSNNQQUUNNIITT queries the aassssiiggnn
  23.      environment for any aassssiiggnn options currently in effect for a unit
  24.      number.  The aassssiiggnn options may have been established earlier by the
  25.      aassssiiggnn(1) command or the AASSSSIIGGNN, AASSNNUUNNIITT, or AASSNNFFIILLEE (see AASSSSIIGGNN(3F))
  26.      library routines.
  27.  
  28.      When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
  29.      UNICOS, UNICOS/mk, or IRIX, all arguments must be of default kind
  30.      unless documented otherwise.  On UNICOS and UNICOS/mk, default kind is
  31.      KKIINNDD==88 for integer, real, complex, and logical arguments; on IRIX, the
  32.      default kind is KKIINNDD==44.
  33.  
  34.      The following is a list of valid arguments for this routine.
  35.  
  36.      _f_i_l_e      A character variable or array element containing the file
  37.                name.
  38.  
  39.      _a_t_t_r      A character variable or array element that receives the
  40.                option's value in the form of a character string.  If the
  41.                options exceed the length of _a_t_t_r, _i_s_t_a_t is set to a
  42.                positive error code.  If no aassssiiggnn options are found for the
  43.                specified unit or file, ' ' is returned in _a_t_t_r.
  44.  
  45.      _i_s_t_a_t     An integer variable or array element that receives one of
  46.                the following return statuses:
  47.  
  48.                00    Options were found for the specified _f_i_l_e or _i_u_n
  49.  
  50.                --11   No options were found for the specified _f_i_l_e or _i_u_n.
  51.  
  52.                >>00   An error condition was encountered.  Use the eexxppllaaiinn(1)
  53.                     command to obtain information about a particular error
  54.                     code.
  55.  
  56.      _i_u_n       An integer variable or array element containing the unit
  57.                number.
  58.  
  59. SSEEEE AALLSSOO
  60.      AASSNNCCTTLL(3F), AASSSSIIGGNN(3F)
  61.  
  62.      aassssiiggnn(1) in the _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _I/_O _G_u_i_d_e
  63.  
  64.      eexxppllaaiinn(1) in the _U_N_I_C_O_S _U_s_e_r _C_o_m_m_a_n_d_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l
  65.  
  66.      _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed
  67.      version of this man page.
  68.